(widget-type): Doc fix.
authorRichard M. Stallman <rms@gnu.org>
Sat, 1 Dec 2007 22:59:12 +0000 (22:59 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 1 Dec 2007 22:59:12 +0000 (22:59 +0000)
lisp/wid-edit.el

index 50df4bd56c64a7210c2600b65e4f31defdf227fc..4e5df635b81c3eae9897369f1ae7fe6150182ccf 100644 (file)
@@ -488,7 +488,7 @@ new value.")
 ;;; Widget Properties.
 
 (defsubst widget-type (widget)
-  "Return the type of WIDGET, a symbol."
+  "Return the type of WIDGET.  The type is a symbol."
   (car widget))
 
 ;;;###autoload